PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFPage Class / convertDisplayRectangleToStandardRectangle Method
The rectangle in display coordinates.
In This Topic
    convertDisplayRectangleToStandardRectangle Method
    In This Topic
    Converts a rectangle on the page from display coordinate system (origin of coordinate system in top left corner of display page area) to standard PDF coordinate system (origin of coordinate system in bottom left corner of page media box).
    Syntax
    public PDFStandardRectangle convertDisplayRectangleToStandardRectangle( 
       PDFDisplayRectangle displayRectangle
    )

    Parameters

    displayRectangle
    The rectangle in display coordinates.

    Return Value

    The rectangle in standard PDF coordinates.
    See Also